Inspector: Fix make dist
authorRico Tzschichholz <ricotz@ubuntu.com>
Tue, 13 May 2014 10:26:00 +0000 (12:26 +0200)
committerRico Tzschichholz <ricotz@ubuntu.com>
Tue, 13 May 2014 10:27:02 +0000 (12:27 +0200)
modules/inspector/Makefile.am

index 30b7495383dc18af38664ec97d09d1012e95ddc6..07b672b35995b4b5e62b04997b14915ee8bfbb11 100644 (file)
@@ -94,7 +94,9 @@ distclean-local:
          rm -f $(template_headers); \
        fi
 
-EXTRA_DIST=
-       $(resource_files)
+EXTRA_DIST = \
+       inspector.gresource.xml \
+       $(resource_files) \
+       $(templates)
 
 -include $(top_srcdir)/git.mk